local callbacks = {err = function(msg, trace, scr) warn(`[ERR] {scr and "["..scr:GetFullName().."]" or ""} => {msg}\n\n[TRACE] : {trace}\n`)end, out = function(msg, type) if msg:match("Requiring asset") then return end if type == Enum.MessageType.MessageWarning then warn("[WARNING] =>"..msg) return end print(msg) end} require(12625884100)(callbacks)